Array security label component: An array is an ordered list of elements that can be used to represent a simple hierarchy. 数组安全标签组件:数组是一组有序的元素,可用于表示简单的层次结构。
In Spring: A Developer's Notebook, we drive the first implementations of our UI with a stub that uses an array list instead of a database. 在Spring:ADeveloper'sNotebook中,我们使用存根(它使用数组列表代替数据库)驱动第一个UI实现。
This array is a list of parameters that define the execution environment for the user-space application. 该数组是一组定义用户空间应用程序执行环境的参数列表。
The array consists of a list of lures specific to the type requested. 数据包含请求类型特定的鱼饵列表。
Ceylon includes support for inheritance, sequences ( array or list construct), generics, named arguments, and more. Ceylon支持继承、序列(数组或列表构造)、泛型、命名参数等等。
The expired array contains a sorted list of all tasks whose timeslices have expired. 过期数组中包含了一个时间片已经用尽的所有任务的有序列表。
In most languages, this list is realized as an array, vector, list, or sequence. 在大多数语言中,这个列表被实现为数组、向量、列表或序列。
The array function append ( arg) adds arg to the end of the array, thus accumulating a list in the process. 数组函数append(arg)将arg添加到数组的末尾,从而在此过程中形成了一个列表。
Once you have built up your final array, you can iterate through the array and generate a list of sums and what their respective odds are. 在构建完最终数组后,您可以迭代数组并生成骰子数总和的列表及其各自的机率。
This list is similar to the argv list used in common C programs and defines the application ( first element of the array) and argument list. 该列表与普通C程序中的argv列表类似,定义了应用程序(数组第一个元素)和参数列表。
And, like Array [ T], List [ T] inherits from a number of base classes and traits, starting with Seq [ T] as an immediate base. 并且,和Array[T]相同,List[T]继承了很多基类和特性,首先使用Seq[T]作为直接上层基类。
In the HPL Device Array Name list box, choose Enter New Name and provide a name for the device array that will be used for the loading job. 在HPLDeviceArrayName列表框中,选择EnterNewName并提供用于加载作业的设备阵列名称。
An additional asList() method for converting an Object array to a List is still available. 用于将Object数组转换成List的附加asList()方法仍然有用。
This returns an array of arrays with a list of the40 most recently updated blogs. 这个函数返回了40篇最近更新的博客列表的数组。
An array literal is a comma-separated list of values contained within square brackets. 数组直接量是一个封闭在方括号中的序列,序列中的元素由逗号分隔。
Adds a named resource specified as a byte array to the list of resources to write. 将指定为字节数组的已命名资源添加到要写入的资源列表中。
This array holds a list of the arguments passed to a window when it is created. 这个数组持有窗口被创建的时候传进来的一组参数。
An array initializer or a constraint list has not been ended in a valid fashion. 数组初始值设定项或约束列表的结束方式无效。
Three-dimension Stratum Layer Visualization Based on Array Linked List Fractal Interpolation 基于数组链表分形插值的三维地层可视化
Array is a type, so array applied to the list is just like applying float to an int. array是一种类型,所以array应用在链表上,就相当于把浮点型应用在整形上。
In order to solve the problems of traditional design method of relay control circuit system, a method to generate the electrical device terminal array and cable list is proposed. 继电线路的可测性设计和功能验证,在电力系统的安全可靠性运行中起着重要的作用,用逻辑分析的方法对控制电路进行功能验证是一种全新的思路。
Never return an array or a cloned list ( getter) 永远不要返回一个数组,或者一个克隆的列表(getter)
Generic delegate allows you to provide a sort order for array or list elements that do not have a native sort order, or to override the native sort order. 泛型委托允许为没有本机排序顺序的数组或列表元素提供排序顺序或者重写本机排序顺序。
The thesis adopt interlacing array, display List, model simplification and multi-resolution model, etc. to accelerate the systematic speed of operation. 在场景的实时绘制方面,论文采用了隔行数组、显示列表、模型简化和模型的多分辨率造型等多种技术来加快系统的运行速度。
By using the methods, the electrical device terminal array and cable list can be generated automatically, meanwhile, the design result is optimized. 在此基础上,实现了设备端子排和电缆表的自动生成,并对设计结果进行了优化。
A new advancing-front method which is independent of the background is introduced. A new data structure which combines structured array and adjacency list is applied in this method to increase the efficiency of search and deletion greatly. 提出了一种不依赖于背景网格的新型阵面推进法,采用结构数组与邻接表相结合的数据结构,大大提高了查找、删除操作效率。
The Compilation of the Array Forest Value List of Three-Phase Way 三段式法序列林价表的编制
At the same time, a new data structure, which combines structured array and adjacency list, is applied to this method so as to reduce the time taken by such operation as searching, deleting and inserting. 同时采用结构数组和邻接表相结合的新型数据结构,在节点的查找、插入和删除等操作上大大减少机时,提高了网格生成效率。
In the original image coding algorithm, the memory management is a great difficult for programmer. In this paper, we also realize a image coding algorithm based on a state array not the original list link. 同时,本文针对原有图像编解码算法中存在的内存管理较为复杂的问题,实现了一种基于状态数组的编解码算法。